[Gnucash-changes] Minor documentation cleanup

Linas Vepstas linas at cvs.gnucash.org
Mon May 31 13:11:08 EDT 2004


Log Message:
-----------
Minor documentation cleanup

Modified Files:
--------------
    gnucash/src/register/ledger-core:
        split-register.h

Revision Data
-------------
Index: split-register.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/register/ledger-core/split-register.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -Lsrc/register/ledger-core/split-register.h -Lsrc/register/ledger-core/split-register.h -u -r1.19 -r1.20
--- src/register/ledger-core/split-register.h
+++ src/register/ledger-core/split-register.h
@@ -307,6 +307,7 @@
 void gnc_split_register_load (SplitRegister *reg, GList * split_list,
                               Account *default_source_acc);
 
+
 /** Copy the contents of the current cursor to a split. The split and
  *    transaction that are updated are the ones associated with the
  *    current cursor (register entry) position. If the do_commit flag
@@ -341,10 +342,23 @@
 /** Return TRUE if current trans is expanded and style is REG_STYLE_LEDGER. */
 gboolean gnc_split_register_current_trans_expanded (SplitRegister *reg);
 
-/** Return the debit and credit strings used in the register. */
+/** Return the debit string used in the register. */
 const char * gnc_split_register_get_debit_string (SplitRegister *reg);
+
+/** Return the credit string used in the register. */
 const char * gnc_split_register_get_credit_string (SplitRegister *reg);
 
+
+/** Pop up the exchange-rate dialog, maybe, for the current split.
+ * If force_dialog is TRUE, the forces the dialog to to be called.
+ * If the dialog does not complete successfully, then return TRUE.
+ * Return FALSE in all other cases (meaning "move on")
+ */
+gboolean
+gnc_split_register_handle_exchange (SplitRegister *reg, gboolean force_dialog);
+
+/* -------------------------------------------------------------- */
+
 /** Private function -- outsiders must not use this */
 gboolean gnc_split_register_full_refresh_ok (SplitRegister *reg);
 
@@ -357,14 +371,6 @@
                                 gboolean use_cut_semantics,
                                 gboolean do_commit);
 
-/** Pop up the exchange-rate dialog, maybe, for the current split.
- * If force_dialog is TRUE, the forces the dialog to to be called.
- * If the dialog does not complete successfully, then return TRUE.
- * Return FALSE in all other cases (meaning "move on")
- */
-gboolean
-gnc_split_register_handle_exchange (SplitRegister *reg, gboolean force_dialog);
-
 #endif
 
 /** @} */


More information about the gnucash-changes mailing list